@charset "utf-8";
*,body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei",Arial, "sans-serif";font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;}
html, body {width: 100%;height: 100%;}
ul li {list-style: none;}
a {	text-decoration: none;}
img {border: none;}
.clear {clear: both;}
h1,h2,h3,h4,h5,h6,p,i,span,li,a,img,.img,::after,::before{
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
::-webkit-scrollbar {width: 8px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: #fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: #0173b9;/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: #fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
@font-face{
	font-family: 'dincond-medium';src: url("../font/dincond-medium-webfont.eot")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont.eot*/;
	src: url("../font/dincond-medium-webfont1.eot-#iefix")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont1.eot?#iefix*/ format('embedded-opentype'), url("../font/dincond-medium-webfont.woff2")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont.woff2*/ format('woff2'), url("../font/dincond-medium-webfont.woff")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont.woff*/ format('woff'), url("../font/dincond-medium-webfont.ttf")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont.ttf*/ format('truetype'), url("../font/dincond-medium-webfont.svg#dincond-medium-webfont")/*tpa=http://www.leixmark.com/font/dincond-medium-webfont.svg#dincond-medium-webfont*/ format('svg');
}
@font-face {
	font-family: Montserrat-Regular;
	src: url("../font/montserrat-regular.eot")/*tpa=http://www.leixmark.com/font/montserrat-regular.eot*/;
	/* IE9 Compat Modes */
	src: url("../font/montserrat-regular1.eot-#iefix")/*tpa=http://www.leixmark.com/font/montserrat-regular1.eot?#iefix*/ format("embedded-opentype"), url("../font/Montserrat-Regular.ttf")/*tpa=http://www.leixmark.com/font/Montserrat-Regular.ttf*/;
	font-weight: normal;
	font-style: normal;
}
/*header初始*/
.header{width:100%; height:80px;position: relative;z-index: 9999;
	background-color: #fff;
	box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
	border-bottom: rgba(0,0,0,0.05);
}
.header .container{margin:0px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.header .logo{height:100%;}
.header .logo img{margin:10px 0 0 0;}
.header .nav{width:75%;height:100%;}
.header .tel{width: 20%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-o-justify-content:flex-end;
	justify-content: flex-end;
	padding: 0!important;margin: 0!important;
}
.navbar-nav{width:100%; height:auto;}
.navbar-nav ul{width:100%; height:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.navbar-nav ul li{border-right: 1px solid rgba(0,0,0,0.06);padding: 0 30px;}
.navbar-nav ul li:last-child{border-right: none;}
.navbar-nav ul li:hover{background:#1f7ce6;}
.navbar-nav ul li .dropdown{width:100%; line-height:80px;text-align:center; color:#333; font-size:16px; display:block;font-family: Montserrat-Regular,"Microsoft Yahei";}
.navbar-nav ul li:hover .dropdown{color:#fff; text-decoration: none}
.dropdown-menu{
	width: 1200px;left: 50%;margin-left: -600px;border-radius: 0 0 10px 10px;
	height:auto;
	padding:20px 0px;
	position:absolute;
	top:78px;
	z-index:9999;
	display:none;
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
	box-shadow: 0 rgba(0, 0, 0, 0)!important;}
.dropdown-menu .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height:auto;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
	box-shadow: 0 rgba(0, 0, 0, 0)!important;}
.dropdown-menu .link{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	flex-direction:column;
	padding: 10px 0;margin: 0 5% 0 0;
}
.dropdown-menu .pro-link{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.dropdown-menu .pro-link ol{padding: 0 30px;border-right: 1px solid #eee;}
.dropdown-menu .pro-link ol:last-child{border-right: none;}
.dropdown-menu .pro-link ol dt{font-size: 16px;line-height: 50px;font-weight: 400;text-transform: uppercase;font-weight: 600;color: #666;}
.dropdown-menu .pro-link ol dd{}
.dropdown-menu .pro-link ol dd a{display: block;font-size: 14px;color: #666;line-height: 25px;}
.dropdown-menu .pro-link ol dd a:hover{color: #1f7ce6;text-decoration:none;}
.dropdown-menu .link a{
	font-size:14px;text-transform: uppercase;
	display:block;width: 300px;height: 35px!important;line-height: 32px!important; border: 1px solid #ddd;margin: 0 0 4% 0;
	color: #666;padding: 0 10px;}
.dropdown-menu .link a i{font-size: 1.4rem;margin-right: 5px}
.dropdown-menu .link a img{margin-right: 5px}
.dropdown-menu .link a:hover{color: #1f7ce6 ;text-decoration: none;border: 1px solid #1f7ce6;}
.dropdown-menu .img{text-align: right;padding: 10px 0;}
.dropdown-menu .img img{height: 180px;}
.dropdown-menu .nav-seracrh{width: 40%;padding-left: 10%;}
.dropdown-menu .nav-seracrh form{font-weight: 400;padding: 10px 0 50px 0;margin: 0;width: 100%;}
.dropdown-menu .nav-seracrh label{display: block;padding: 0!important;height: 40px;margin-bottom:10px;font-size: 22px;}
.dropdown-menu .nav-seracrh select,.dropdown-menu .nav-seracrh input,.dropdown-menu .nav-seracrh button{font-size: 14px;width: 100%;font-weight: 400;height: 35px;line-height: 35px;border: 1px solid #eee;padding: 0 30px;}
.dropdown-menu .nav-seracrh input{}
.dropdown-menu .nav-seracrh button{background-color: #1f7ce6;border: none;color: #fff;font-size: 18px;}
.header .tel li{font-size:26px;font-family:'dincond-medium';color: #1f7ce6;line-height: 80px; }
.header .tel li:last-child{padding: 0 0 0 20px}
.header .tel li.search a{color: #666}
.header .tel li.search a:hover{text-decoration: none}
.header .tel li.search i{font-size: 2.4rem;color: #888;font-weight: 100;margin-right: 3px;}
.header .tel li.telphone i{font-size: 2.4rem;color: #1f7ce6;font-weight: 100;margin-right: 3px;}

footer{background-color: #2c2c2e;padding:20px 0  0;}
footer .container{display: flex;display:-webkit-flex;justify-content:left;flex-wrap: wrap;}
footer .foot-nav{width: 70%;display: flex;display:-webkit-flex;justify-content:left;flex-wrap: wrap;padding: 0 0 30px 30px;}
footer .foot-contact{width: 30%;text-align: right;}
footer .foot-copy{width: 100%;padding: 0 30px;background-color: #252527;font-size:12px; color:rgba(255,255,255,0.4); line-height:35px;text-transform: uppercase;}
footer .copy a{padding-left: 10px; color: rgba(255,255,255,0.6)}
footer a{color:rgba(255,255,255,0.4);}
footer a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
.footer-single {margin:0 5% 0 0; }
.footer-single ul {}
.footer-single li {}
.footer-single li a{font-size:1.3rem;color: rgba(255,255,255,0.4);line-height: 28px; }
.footer-single li a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
footer .foot-nav h6 {
	font-size: 1.6rem;color:rgba(255,255,255,0.9);
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 30px;}
footer .foot-contact .tel{
	text-decoration: none;color:rgba(255,255,255,0.6);font-size:3rem;letter-spacing:1px;display: block;
	line-height: 50px;
	font-family:'dincond-medium'}
footer .foot-contact .tel i{font-size: 3.2rem;}
footer .foot-contact .time{ font-size:13px; color:rgba(255,255,255,0.3);padding: 0 0 20px 0;display: block}
footer .foot-contact  p{ color:rgba(255,255,255,0.6); font-size:13px; line-height:25px;padding:0;margin:0;  }

.section-header {margin:0 0 50px 0; }
.section-header .section-title {
	font-size: 30px;font-family: Arial,"Microsoft YaHei";text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 10px 0;
	font-weight:800;
	margin:0;
}
.section-header .section-title:after{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute; left:25%;bottom:10px;
}
.section-header .section-title:before{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(255,255,255,0.3);
	display:block;
	position:absolute; right:25%;bottom:10px;
}
.section-header span{font-size:16px; text-transform:none;color:rgba(255,255,255,0.6);font-weight: 300;position:relative;line-height: 20px;display: block;text-transform: uppercase;padding: 0;margin: 0;}
.section-header p{font-size:16px!important;color:rgba(255,255,255,0.6)!important;margin: 30px 0 0 0; }
.section-header1 {margin:0 0 50px 0; }
.section-header1 .section-title {
	font-size: 30px;font-family: Arial,"Microsoft YaHei";text-transform: uppercase;
	color: #1f7ce6;
	position: relative;
	padding: 10px 0;
	font-weight:800;
	margin:0;
}
.section-header1 .section-title:after{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; left:25%;bottom:0px;
}
.section-header1 .section-title:before{
	content:'';
	width:120px;
	height:1px;
	background-color:rgba(0,0,0,0.3);
	display:block;
	position:absolute; right:25%;bottom:0px;
}
.section-header1 span{font-size:16px; text-transform:none;color:rgba(0,0,0,0.3);font-weight: 300;position:relative;line-height: 20px;display: block;text-transform: uppercase;padding: 0;margin: 0;}
.section-header1 p{font-size:16px!important;color:rgba(0,0,0,0.5)!important;margin: 30px 0 0 0; }

.news-title{position: relative;}
.news-title h2{color: #fff;font-size: 30px;font-weight: 800;padding: 0;margin: 0;position: relative;}
.news-title h2:after{
	content: '';
	width:30px;
	height:6px;
	background-color:#f43429;
	top:-15px;left:0;
	position: absolute;}
.news-title h2 span{padding-left: 10px;font-weight: 300; color:#fff;font-size: 16px;font-family:Arial, "sans-serif";text-transform: uppercase;}
.news-nav{width:210px;margin:0 auto 50px;position: absolute;right: 25px;top:0;}
.news-nav li{width:100px;float: left;margin-right:10px;}
.news-nav li:nth-child(2){margin-right:0px; }
.news-nav li a{display: block;text-align: center;line-height: 34px;;font-size:14px;color:#333;background-color: #fff;}
.news-nav li a:hover,.news-nav li .cur{background-color:#da3232;color:#fff;text-decoration: none }
.parallax-section {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*   www.sucaijiayuan.com
*/

.owl-theme .owl-controls .owl-buttons div{position:absolute;margin:0;padding:0;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{background-color:transparent;width: 80px;height:80px;top:50%;margin-top: -40px;font-weight: 800;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-100px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-100px;}
.owl-theme .owl-controls .owl-buttons i{font-size: 4.4rem;}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #111;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #1f7ce6;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url("AjaxLoader.gif")/*tpa=http://www.leixmark.com/css/AjaxLoader.gif*/ no-repeat center center
}

/*1920*/
@media screen and (min-width:1800px) and (max-width: 1920px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:16px;}
	.fixednav{height: 60px!important;}
}

/*1700*/
@media screen and (min-width:1700px) and (max-width: 1799px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:16px;}
	.fixednav{height: 60px!important;}
}

/*1600*/
@media screen and (min-width:1600px) and (max-width: 1699px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:16px;}
	.fixednav{height: 60px!important;}
}

/*1500*/
@media screen and (min-width:1500px) and (max-width: 1599px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.container{width:1200px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:16px;}
	.fixednav{height: 60px!important;}
}

/*1400*/
@media screen and (min-width:1400px) and (max-width: 1499px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:16px;}
	.fixednav{height: 60px!important;}
}

/*1300*/
@media screen and (min-width:1300px) and (max-width: 1399px){
	.container{width:1200px}
	.sub-nav{width: 1200px;margin-left: -600px;}
	.navbar-nav ul li{padding: 0 20px;}
	.navbar-nav ul li .dropdown{font-size:14px;}
	.fixednav{height: 60px!important;}
	.header .tel li{font-size:14px;}
	.header .tel li span{font-size: 14px;}
	.header .tel li i{font-size: 2rem;}
}

/*1200*/
@media screen and (min-width: 1200px) and (max-width: 1299px){
	.container{width:1100px}
	.sub-nav{width: 1100px;margin-left: -550px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:14px;}
	.fixednav{height: 60px!important;}
	.header .tel li{font-size:13px;}
	.header .tel li span{font-size: 13px;}
	.header .tel li i{font-size: 2rem;}
}

/*1100*/
@media screen and (min-width: 1100px) and (max-width: 1199px){
	.container{width:1000px}
	.sub-nav{width: 1000px;margin-left: -500px;}
	.navbar-nav ul li{padding: 0 15px;}
	.navbar-nav ul li .dropdown{font-size:13px;}
	.fixednav{height: 60px!important;}
	.header .tel{display: none}
	.header .nav{width: 85%}
}

/*992*/
@media only screen and (max-width:992px){
	.container{width:96%}
	.sub-nav{width: 96%;margin-left: -48%;}
	.slide-image{height: 400px!important;width: auto;}
	.navbar-nav ul li{padding: 0 10px;}
	.navbar-nav ul li .dropdown{font-size:13px;}
	.header .tel{display: none}
	.header .nav{width: 90%}
}
